Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.analytics
/
[androidJvm]DataPair
Data
Pair
class
DataPair
(
val
name
:
String
,
valueIn
:
Any
?
)
Members
Constructors
Data
Pair
Link copied to clipboard
constructor
(
d
:
Double
)
constructor
(
d
:
Int
)
constructor
(
name
:
String
,
valueIn
:
Any
?
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
Any